WPS Office.apk(点击下载) / abgc.java


package defpackage;

import java.util.HashMap;
import java.util.Map;

/* renamed from: abgc  reason: default package */
public final class abgc extends aags {
    protected static Map<String, abgc> CNo = new HashMap();
    public static final abgc COA = new abgc("application/vnd.openxmlformats-officedocument.drawingml.diagramData+xml", "http://purl.oclc.org/ooxml/officeDocument/relationships/diagramData", "/word/diagrams/data#.xml", abfk.class);
    public static final abgc COB = new abgc("application/vnd.openxmlformats-officedocument.drawingml.diagramLayout+xml", "http://purl.oclc.org/ooxml/officeDocument/relationships/diagramLayout", "/word/diagrams/layout#.xml", abfm.class);
    public static final abgc COC = new abgc("application/vnd.openxmlformats-officedocument.drawingml.diagramStyle+xml", "http://purl.oclc.org/ooxml/officeDocument/relationships/diagramQuickStyle", "/word/diagrams/quickStyle#.xml", abfn.class);
    public static final abgc COD = new abgc("application/vnd.ms-office.drawingml.diagramDrawing+xml", "http://schemas.microsoft.com/office/2007/relationships/diagramDrawing", "/word/diagrams/drawing#.xml", abfl.class);
    public static final abgc COE = new abgc("application/vnd.openxmlformats-officedocument.theme+xml", "http://purl.oclc.org/ooxml/officeDocument/relationships/theme", "/word/theme/theme1.xml", abgg.class);
    public static final abgc COF = new abgc(null, null, null, abfw.class);
    public static final abgc COl = new abgc("application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml", "http://purl.oclc.org/ooxml/officeDocument/relationships/styles", "/word/styles.xml", abgf.class);
    public static final abgc COm = new abgc("application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml", "http://purl.oclc.org/ooxml/officeDocument/relationships/fontTable", "/word/fontTable.xml", abfr.class);
    public static final abgc COn = new abgc("application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml", "http://purl.oclc.org/ooxml/officeDocument/relationships/settings", "/word/settings.xml", abge.class);
    public static final abgc COo = new abgc("application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml", "http://purl.oclc.org/ooxml/officeDocument/relationships/numbering", "/word/numbering.xml", abfx.class);
    public static final abgc COp = new abgc("application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml", "http://purl.oclc.org/ooxml/officeDocument/relationships/comments", "/word/comments.xml", abff.class);
    public static final abgc COq = new abgc("application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml", "http://purl.oclc.org/ooxml/officeDocument/relationships/endnotes", "/word/endnotes.xml", abfp.class);
    public static final abgc COr = new abgc("application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml", "http://purl.oclc.org/ooxml/officeDocument/relationships/footnotes", "/word/footnotes.xml", abft.class);
    public static final abgc COs = new abgc("application/vnd.openxmlformats-officedocument.wordprocessingml.header+xml", "http://purl.oclc.org/ooxml/officeDocument/relationships/header", "/word/header#.xml", abfu.class);
    public static final abgc COt = new abgc("application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml", "http://purl.oclc.org/ooxml/officeDocument/relationships/footer", "/word/footer#.xml", abfs.class);
    public static final abgc COu = new abgc(null, "http://purl.oclc.org/ooxml/officeDocument/relationships/image", null, abfz.class);
    public static final abgc COv = new abgc("application/vnd.openxmlformats-officedocument.drawingml.chart+xml", "http://purl.oclc.org/ooxml/officeDocument/relationships/chart", "/word/charts/chart#.xml", abfd.class);
    public static final abgc COw = new abgc("application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "http://purl.oclc.org/ooxml/officeDocument/relationships/package", "/word/embeddings/Microsoft_Excel____#.xlsx", abfe.class);
    public static final abgc COx = new abgc("application/vnd.openxmlformats-officedocument.oleObject", "http://purl.oclc.org/ooxml/officeDocument/relationships/oleObject", "/word/embeddings/oleObject#.bin", abfe.class);
    public static final abgc COy = new abgc("application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml", "http://purl.oclc.org/ooxml/officeDocument/relationships/chartUserShapes", "/word/drawings/drawing#.xml", abfe.class);
    public static final abgc COz = new abgc("application/vnd.openxmlformats-officedocument.drawingml.diagramColors+xml", "http://purl.oclc.org/ooxml/officeDocument/relationships/diagramColors", "/word/diagrams/colors#.xml", abfj.class);

    private abgc(String str, String str2, String str3, Class<? extends aago> cls) {
        super(str, str2, str3, cls);
        if (cls != null && !CNo.containsKey(str2)) {
            CNo.put(str2, this);
        }
    }

    public static abgc aiK(String str) {
        abgc abgc = CNo.get(str);
        return abgc == null ? COF : abgc;
    }
}